home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / s_to_z / sysfile / sysprot.dfm / sysprot.txt
Encoding:
Text File  |  1996-09-15  |  1.6 KB  |  75 lines

  1. object ProtectDlg: TProtectDlg
  2.   Left = 199
  3.   Top = 102
  4.   HelpContext = 22
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Protected Files'
  8.   ClientHeight = 218
  9.   ClientWidth = 274
  10.   Font.Color = clBlack
  11.   Font.Height = -13
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   TextHeight = 16
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 274
  24.     Height = 218
  25.     Align = alClient
  26.     TabOrder = 0
  27.     object Label1: TLabel
  28.       Left = 16
  29.       Top = 8
  30.       Width = 249
  31.       Height = 73
  32.       Alignment = taCenter
  33.       AutoSize = False
  34.       Caption = 
  35.         'File names in the following list will not be deleted by SysFile.' +
  36.         ' You may add additional files to the list. Removing files from t' +
  37.         'his list is at your own risk!'
  38.       WordWrap = True
  39.     end
  40.     object ProtList: TMemo
  41.       Left = 20
  42.       Top = 84
  43.       Width = 141
  44.       Height = 121
  45.       HelpContext = 22
  46.       Font.Color = clNavy
  47.       Font.Height = -13
  48.       Font.Name = 'Arial'
  49.       Font.Style = []
  50.       ParentFont = False
  51.       ScrollBars = ssVertical
  52.       TabOrder = 0
  53.       WordWrap = False
  54.       OnKeyPress = ProtListKeyPress
  55.     end
  56.     object ProtOK: TBitBtn
  57.       Left = 180
  58.       Top = 92
  59.       Width = 77
  60.       Height = 33
  61.       TabOrder = 1
  62.       Kind = bkOK
  63.     end
  64.     object ProtCancel: TBitBtn
  65.       Left = 180
  66.       Top = 156
  67.       Width = 77
  68.       Height = 33
  69.       TabOrder = 2
  70.       OnClick = ProtCancelClick
  71.       Kind = bkCancel
  72.     end
  73.   end
  74. end
  75.